-
Couldn't load subscription status.
- Fork 20
Bump the minor group across 1 directory with 5 updates #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.3.0.20250505` | `80.9.0.20250529` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.131.9` | `6.135.10` | | [setuptools](https://github.com/pypa/setuptools) | `80.3.1` | `80.9.0` | Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `types-setuptools` from 80.3.0.20250505 to 80.9.0.20250529 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest` from 8.3.5 to 8.4.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.0) Updates `hypothesis` from 6.131.9 to 6.135.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.131.9...hypothesis-python-6.135.10) Updates `setuptools` from 80.3.1 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.3.1...v80.9.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-setuptools dependency-version: 80.9.0.20250529 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.135.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
So it seems like pytest may have changed signatures between the versions. |
|
CI failing because of a new failed Probably an easy fix. |
I didn't get what you mean by this 🤔 |
I mean that probably pytest changed a signature of something which is causing mypy to fail? |
|
Okay, it seems you're right and I was led astray by it occuring in the context of a test. Seems that mypy is now flagging something it didn't flag before. I will just fix it since it's in a test. |
|
Yeah, eventually I would like to split linting from testing, because linting usually can be done one time (we don't need to lint on all archs and python version) and testing we need to do in the matrix. |
I mean in this case it wouldn't have saved us as the lint was from a test case (see the fixing PR), but I agree with splitting testing out. Linting, format checking etc. are based on the source code and not the target, so they can happen either as a pre-step or in parallel to the test-matrix. |
|
@dependabot rebase |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor group with 5 updates in the / directory:
1.15.01.16.080.3.0.2025050580.9.0.202505298.3.58.4.06.131.96.135.1080.3.180.9.0Updates
mypyfrom 1.15.0 to 1.16.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
9e72e96Update version to 1.16.08fe719fAdd changelog for 1.16 (#19138)2a036e7Revert "Infer correct types with overloads ofType[Guard | Is](#19161)b6da4fcAllow enum members to have type objects as values (#19160)334469f[mypyc] Improve documentation of native and non-native classes (#19154)a499d9fDocument --allow-redefinition-new (#19153)96525a2Merge commit '9e45dadcf6d8dbab36f83d9df94a706c0b4f9207' into release-1.169e45dadClear more data in TypeChecker.reset() instead of asserting (#19087)772cd0cAdd --strict-bytes to --strict (#19049)0b65f21Admit that Final variables are never redefined (#19083)Updates
types-setuptoolsfrom 80.3.0.20250505 to 80.9.0.20250529Commits
Updates
pytestfrom 8.3.5 to 8.4.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
315b3aePrepare release version 8.4.01498ba3Merge pull request #13467 from pytest-dev/towncrier-createe4389acRemove resultlog from the docs (#13465)64b2301scripts/release: add missingbuildtotowncriercall4c205cftesting/plugins_integration: update Django (#13463)4dcbcc9Merge pull request #13458 from pytest-dev/dup-param-error5293016Merge pull request #13459 from pytest-dev/pyright-minor-fixes7a48181Add pyright configuration9fc6db9pytester: avoid confusingxself parameter9aa198bmark/expression: fix self -> clsUpdates
hypothesisfrom 6.131.9 to 6.135.10Release notes
Sourced from hypothesis's releases.
... (truncated)
Commits
2578b70Bump hypothesis-python version to 6.135.10 and update changelogaaeab32Merge pull request #4438 from tybug/db-race8a5775dtypo06cfd37fix rare race condition8c25be6Bump hypothesis-python version to 6.135.9 and update changelog0ab579aMerge pull request #4437 from tybug/patching5bed6d6format9defe1afix edge case in constants test7271f61Merge branch 'master' into patchingea3e01dBump hypothesis-python version to 6.135.8 and update changelogUpdates
setuptoolsfrom 80.3.1 to 80.9.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
9c4d383Bump version: 80.8.0 → 80.9.005cb3c8Merge pull request #5014 from pypa/debt/pkg_resources-deadline3b0bf5bAdjust ignore9c28cdfSet a deadline for the removal of pkg_resources later this year (December).a3bfef9Merge pull request #5013 from DimitriPapadopoulos/ISC64bf9d0Enforce ruff/flake8-implicit-str-concat rules (ISC)3250c25Fix broken link in docs (#4947)5ccf50eMerge pull request #5006 from pypa/feature/remove-more-pkg_resources134e587Suppress nitpicky typecheck in pyright.0bf2663Add news fragment.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions